|
DX11 SET SAMPLER STATE MAX ANISOTROPY
Sets the maximum anisotropy value to be used if the D3D11_FILTER_ANISOTROPIC or D3D11_FILTER_COMPARISON_ANISOTROPIC is
set for the sampler state.
DX11 SET SAMPLER STATE MAX ANISOTROPY samplerState, maxAnisotropy
samplerState Dword The sampler state to set the maximum anisotropy level for.
maxAnisotropy Dword The maximum anisotropy level to set for the given sampler state. The valid range is [1..16].
This function does not return a value.
SAMPLERSTATE Functions Menu
DX11 Function Categories
|